home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 001-025 / scopedisk3 / structures / make < prev    next >
Text File  |  1995-03-18  |  361b  |  15 lines

  1. .           Assemble a file (.asm) in the root directory
  2. .           Leave the output file (.obj) in the root also.
  3. .key file
  4. .bra {
  5. .ket }
  6. copy ram:{file}.asm to df1:
  7. copy ram:macros.opt df1:
  8. assem ram:{file}.asm -o :{file}.o -c W200000 ;-l temp
  9. echo "done assembly."
  10. echo "Linking..."
  11. BLink ram:{file}.o library amiga.lib to {file} 
  12. copy ram:{file} to df1:
  13.  
  14.  
  15.